CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - prime number

搜索资源列表

  1. requir

    0下载:
  2. 列出求素数的程序,所谓素数就是只能被它的自身和1除尽的数-require a prime number
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1102
    • 提供者:指头
  1. 2

    0下载:
  2. 编写筛选查找素数函数: void sieve(bool isPrime[], int n) 其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数, 所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。 然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。 对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1176942
    • 提供者:闻悦
  1. fast_strong_prime_number_generation_method

    0下载:
  2. 一种快速的强素数生成方法 一种快速的强素数生成方法-A fast strong prime number generation method
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:808006
    • 提供者:praying
  1. judgeprimenumber

    0下载:
  2. 判断是否是素数的程序,用VC6编写,可以运行。如果有什么问题,恳请大家指正!祝愉快!-judge a integer is prime number or not! it could execute in VC6.0. If has problems, please tell me! Thank you! Wish you good luck!!!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:225594
    • 提供者:myb
  1. PrimeNumber

    0下载:
  2. 一个用来计算质数的小程序,可以把每次计算的结果保存,下次可以接着从上次的结果开始重新计算-One used to calculate the prime number of small programs, can save the results of each calculation, the next can then start from the last recalculation of the results of
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:77481
    • 提供者:Benny
  1. ee

    0下载:
  2. 关于素数变化的题目,输入一对素数,每个是4位数,每次只能变化一位数,且变化后的数还是素数,求经过多少次变化,能变成另一个输入的素数-With regard to changes in the subject of prime numbers, enter a pair of prime numbers, each is a 4-digit, each only a few changes, and changes in the number of post-prime, or seeking m
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:907282
    • 提供者:杨扬
  1. 123

    0下载:
  2. 一个关于素数变化的题目,输入一对素数,每个是4位数,每次只能变化一位数,且变化后的数还是素数,求经过多少次变化,能变成另一个输入的素数-A prime number changes on the subject, enter a pair of prime numbers, each is a 4-digit, each only a few changes, and changes in the number of post-prime, or seeking many times the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:189895
    • 提供者:WB
  1. 11

    0下载:
  2. 輸入一個數字判斷質數,範例輸入 : 2 3 25 範例輸出 : Yes Yes No-Enter a number to determine prime number, model type: 2325 Sample Output: Yes Yes No
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:630
    • 提供者:alan
  1. 88

    0下载:
  2. 算術基本原理 ,題目意思為質數序列的次方 76543接下來就利用分而治之加快計算次方的次數-The basic principles of arithmetic, the subject which means a power of prime number sequences 76543 followed on the use of divide and rule to speed up calculation of the number of-th power
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:950
    • 提供者:alan
  1. Biggest_Prime_Number

    0下载:
  2. 国外高手编写的打印人类已知最大素数的小程序,短小精悍但是很有内涵-Coded by a foreign master printing the largest prime number known to man, a small program, dapper but useful content
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:599
    • 提供者:陆宇
  1. alogo001.tar

    0下载:
  2. C++ algorithm: 1) 10001th prime number 2) Number that divisible fro, 1 to 20 3) Biggest palindromic number for two 3-digit number s product
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1349
    • 提供者:siaswar
  1. practice

    0下载:
  2. 几个gtk实例,calc是计算器,tank是键盘响应移动小箭头,jumpinglabel是时钟的使用,primenumber是求最大质数,snake是利用资源文件修改控件外观。-Several gtk example, calc is a calculator, tank is the keyboard to respond to moving small arrow, jumpinglabel is the use of the clock, primenumber is to strive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:81681
    • 提供者:yutou
  1. zhishu

    0下载:
  2. 对于质数实现包括判断、赛选等多种操作,用C++实现-For the prime number to achieve, including judgments, race and other election operations, using C++ implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:10312
    • 提供者:Annie
  1. sushu

    0下载:
  2. c++源码, 筛选一万亿内任意一个区段的素数-Filter 1 trillion within a section of an arbitrary prime number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2979
    • 提供者:728279799
  1. panduansushu

    0下载:
  2. 17个1怎么判断是不是质数----- 超出范围了-17 how to judge a prime number is beyond the scope of---------
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1472
    • 提供者:赖海燕
  1. StackOfInteger

    0下载:
  2. 用于计算1到120之间所用的素数,并将这些素数打印,我利用的是stack的方法-Used to calculate the 1-120 used between the prime and the prime number print, I used the stack method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:312308
    • 提供者:洪学飙
  1. StringMatch

    0下载:
  2. 分别用KMP、Monte Carlo和Las Vegas算法编制3个程序, 随机生成不小于5000对的、长度不等的01串X和Y(三个程序生成相同的串),然后统计算法的执行时间、Monte Carlo算法出错的比率,并根据运行结果对三种算法进行深入的比较。注意, 先利用本题下方所给素数实现上述算法,学完素数判定算法之后, 将该算法编程,产生少量的大素数并用数组保存起来, 以供上述随机算法使用(素数判定算法写在上述随机算法之外)。 -Were used to KMP, Monte
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2280964
    • 提供者:小牛
  1. RSA_make_by_matlab

    0下载:
  2. RSA算法matlab实现,说明:由于能力有限,我并没有编写产生大素数的程序,在实验时就采用手动的写如两个不同的较小的素数。-RSA algorithm matlab implementation, note: Due to limited capacity, I do not have a large prime numbers prepared by the procedure, in the experiments on the use of manual writing, such as
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618
    • 提供者:张鹤平
  1. EX4

    0下载:
  2. 用Win32所提供的同步对象解决有限缓冲区问题:写一个过线程实现C/C++语言程序:一些线程负责找出某个范围的素数,并放到一个数组中。另一些线程负责将数组中的素数取出,依次显示 -Use Win32 synchronization objects provided by the limited buffer problem to solve: write a thread to achieve than C/C++ Language Program: responsible for a nu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:3347
    • 提供者:Nancy
  1. BigPrime

    0下载:
  2. 本程序是用C语言编写的RSA大素数密码生成体制-It is a program for 啊large prime number of RSA
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:223017
    • 提供者:lisir
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 34 »
搜珍网 www.dssz.com